﻿2026-06-21T23:43:04.4933140Z Current runner version: '2.335.1'
2026-06-21T23:43:04.4937714Z Runner name: 'kitsubito'
2026-06-21T23:43:04.4938211Z Runner group name: 'Default'
2026-06-21T23:43:04.4938855Z Machine name: 'KITSUBITO'
2026-06-21T23:43:04.4940981Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T23:43:04.4942760Z Contents: read
2026-06-21T23:43:04.4943146Z Metadata: read
2026-06-21T23:43:04.4943518Z Packages: read
2026-06-21T23:43:04.4943882Z ##[endgroup]
2026-06-21T23:43:04.4945475Z Secret source: Actions
2026-06-21T23:43:04.4945976Z Prepare workflow directory
2026-06-21T23:43:04.5310466Z Prepare all required actions
2026-06-21T23:43:04.5340131Z Getting action download info
2026-06-21T23:43:04.8529238Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T23:43:05.4065823Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T23:43:05.4906887Z ##[group]Run actions/checkout@v5
2026-06-21T23:43:05.4907613Z with:
2026-06-21T23:43:05.4907955Z   fetch-depth: 0
2026-06-21T23:43:05.4908369Z   repository: SaberMage/spt-core
2026-06-21T23:43:05.4911635Z   token: ***
2026-06-21T23:43:05.4911994Z   ssh-strict: true
2026-06-21T23:43:05.4912348Z   ssh-user: git
2026-06-21T23:43:05.4912701Z   persist-credentials: true
2026-06-21T23:43:05.4913086Z   clean: true
2026-06-21T23:43:05.4913445Z   sparse-checkout-cone-mode: true
2026-06-21T23:43:05.4913869Z   fetch-tags: false
2026-06-21T23:43:05.4914227Z   show-progress: true
2026-06-21T23:43:05.4914580Z   lfs: false
2026-06-21T23:43:05.4914910Z   submodules: false
2026-06-21T23:43:05.4915262Z   set-safe-directory: true
2026-06-21T23:43:05.4915837Z ##[endgroup]
2026-06-21T23:43:05.5750512Z Syncing repository: SaberMage/spt-core
2026-06-21T23:43:05.5751955Z ##[group]Getting Git version info
2026-06-21T23:43:05.5752648Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T23:43:05.5753537Z [command]/usr/bin/git version
2026-06-21T23:43:05.5753938Z git version 2.43.0
2026-06-21T23:43:05.5765133Z ##[endgroup]
2026-06-21T23:43:05.5778221Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/765cec5c-f3d6-4cc4-9e39-6bcd5ad617c1' before making global git config changes
2026-06-21T23:43:05.5780297Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T23:43:05.5782236Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T23:43:05.5814315Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T23:43:05.5831222Z https://github.com/SaberMage/spt-core
2026-06-21T23:43:05.5842375Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T23:43:05.5844512Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T23:43:05.5860543Z HEAD
2026-06-21T23:43:05.5888165Z ##[endgroup]
2026-06-21T23:43:05.5889081Z [command]/usr/bin/git submodule status
2026-06-21T23:43:05.6077396Z ##[group]Cleaning the repository
2026-06-21T23:43:05.6079587Z [command]/usr/bin/git clean -ffdx
2026-06-21T23:43:05.6107911Z Removing traceable-reqs
2026-06-21T23:43:05.6114482Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T23:43:05.6162105Z HEAD is now at 52868ae25 Merge 223eb8ba6a814add222a707047d0ffafde565f75 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:43:05.6167368Z ##[endgroup]
2026-06-21T23:43:05.6169175Z ##[group]Disabling automatic garbage collection
2026-06-21T23:43:05.6172749Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T23:43:05.6197665Z ##[endgroup]
2026-06-21T23:43:05.6198698Z ##[group]Setting up auth
2026-06-21T23:43:05.6203920Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T23:43:05.6232160Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T23:43:05.6421121Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T23:43:05.6452308Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T23:43:05.6640289Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T23:43:05.6666202Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T23:43:05.6854208Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T23:43:05.6882954Z ##[endgroup]
2026-06-21T23:43:05.6883679Z ##[group]Fetching the repository
2026-06-21T23:43:05.6889747Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +52868ae252cd7999c6112a01f786d01977daed7e:refs/remotes/pull/27/merge
2026-06-21T23:43:06.3956797Z From https://github.com/SaberMage/spt-core
2026-06-21T23:43:06.3957817Z    f0c2ee0f3..2d4dae8b0  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-21T23:43:06.3958798Z    361950cba..223eb8ba6  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-21T23:43:06.3990895Z ##[endgroup]
2026-06-21T23:43:06.3991694Z ##[group]Determining the checkout info
2026-06-21T23:43:06.3992542Z ##[endgroup]
2026-06-21T23:43:06.3996653Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T23:43:06.4033987Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T23:43:06.4059684Z ##[group]Checking out the ref
2026-06-21T23:43:06.4069072Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T23:43:06.4110267Z HEAD is now at 52868ae25 Merge 223eb8ba6a814add222a707047d0ffafde565f75 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:43:06.4114674Z ##[endgroup]
2026-06-21T23:43:06.4148395Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T23:43:06.4172015Z 52868ae252cd7999c6112a01f786d01977daed7e
2026-06-21T23:43:06.4345519Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T23:43:06.4346348Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T23:43:06.4362050Z shell: /usr/bin/bash -e {0}
2026-06-21T23:43:06.4362494Z ##[endgroup]
2026-06-21T23:43:06.4476517Z ##[group]Run set -euo pipefail
2026-06-21T23:43:06.4477057Z [36;1mset -euo pipefail[0m
2026-06-21T23:43:06.4477456Z [36;1mPIN=0c95435[0m
2026-06-21T23:43:06.4477847Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T23:43:06.4478326Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T23:43:06.4478932Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T23:43:06.4479919Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T23:43:06.4480680Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T23:43:06.4481316Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T23:43:06.4481751Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T23:43:06.4482247Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T23:43:06.4482861Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T23:43:06.4483531Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T23:43:06.4483979Z [36;1mfi[0m
2026-06-21T23:43:06.4484485Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T23:43:06.4501669Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T23:43:06.4502194Z env:
2026-06-21T23:43:06.4502566Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T23:43:06.4503000Z ##[endgroup]
2026-06-21T23:43:06.7485939Z    Compiling proc-macro2 v1.0.106
2026-06-21T23:43:06.7487597Z    Compiling unicode-ident v1.0.24
2026-06-21T23:43:06.7488291Z    Compiling quote v1.0.45
2026-06-21T23:43:06.7489411Z    Compiling libc v0.2.186
2026-06-21T23:43:06.7490162Z    Compiling serde_core v1.0.228
2026-06-21T23:43:06.7490811Z    Compiling cfg-if v1.0.4
2026-06-21T23:43:06.7491441Z    Compiling serde v1.0.228
2026-06-21T23:43:06.7545204Z    Compiling log v0.4.32
2026-06-21T23:43:06.7593065Z    Compiling pin-project-lite v0.2.17
2026-06-21T23:43:06.7611666Z    Compiling typenum v1.20.1
2026-06-21T23:43:06.7639964Z    Compiling portable-atomic v1.13.1
2026-06-21T23:43:06.7671768Z    Compiling memchr v2.8.1
2026-06-21T23:43:06.7703515Z    Compiling version_check v0.9.5
2026-06-21T23:43:06.7748809Z    Compiling shlex v2.0.1
2026-06-21T23:43:06.7821528Z    Compiling find-msvc-tools v0.1.9
2026-06-21T23:43:06.8251556Z    Compiling critical-section v1.2.0
2026-06-21T23:43:06.8512053Z    Compiling bytes v1.11.1
2026-06-21T23:43:06.8871798Z    Compiling subtle v2.6.1
2026-06-21T23:43:06.9207743Z    Compiling futures-core v0.3.32
2026-06-21T23:43:07.0064437Z    Compiling equivalent v1.0.2
2026-06-21T23:43:07.0146023Z    Compiling smallvec v1.15.1
2026-06-21T23:43:07.0792285Z    Compiling itoa v1.0.18
2026-06-21T23:43:07.0861428Z    Compiling semver v1.0.28
2026-06-21T23:43:07.0918172Z    Compiling stable_deref_trait v1.2.1
2026-06-21T23:43:07.0931561Z    Compiling slab v0.4.12
2026-06-21T23:43:07.1135414Z    Compiling futures-io v0.3.32
2026-06-21T23:43:07.1282707Z    Compiling futures-sink v0.3.32
2026-06-21T23:43:07.1681203Z    Compiling futures-task v0.3.32
2026-06-21T23:43:07.2000369Z    Compiling generic-array v0.14.7
2026-06-21T23:43:07.2001943Z    Compiling futures-channel v0.3.32
2026-06-21T23:43:07.2539727Z    Compiling rustversion v1.0.22
2026-06-21T23:43:07.2855249Z    Compiling bitflags v2.12.1
2026-06-21T23:43:07.3050687Z    Compiling hashbrown v0.17.1
2026-06-21T23:43:07.3137969Z    Compiling cpufeatures v0.2.17
2026-06-21T23:43:07.3833091Z    Compiling rustc_version v0.4.1
2026-06-21T23:43:07.3888035Z    Compiling fnv v1.0.7
2026-06-21T23:43:07.4467989Z    Compiling strsim v0.11.1
2026-06-21T23:43:07.4622957Z    Compiling cfg_aliases v0.2.1
2026-06-21T23:43:07.4671927Z    Compiling rand_core v0.10.1
2026-06-21T23:43:07.4776584Z    Compiling writeable v0.6.3
2026-06-21T23:43:07.5100284Z    Compiling litemap v0.8.2
2026-06-21T23:43:07.5249640Z    Compiling ident_case v1.0.1
2026-06-21T23:43:07.5423462Z    Compiling utf8_iter v1.0.4
2026-06-21T23:43:07.6004844Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T23:43:07.6180558Z    Compiling getrandom v0.4.2
2026-06-21T23:43:07.6638496Z    Compiling icu_properties_data v2.2.0
2026-06-21T23:43:07.7158569Z    Compiling dunce v1.0.5
2026-06-21T23:43:07.7419202Z    Compiling fs_extra v1.3.0
2026-06-21T23:43:07.7760683Z    Compiling percent-encoding v2.3.2
2026-06-21T23:43:07.7789256Z    Compiling autocfg v1.5.1
2026-06-21T23:43:07.9031034Z    Compiling http v1.4.1
2026-06-21T23:43:07.9160748Z    Compiling cpufeatures v0.3.0
2026-06-21T23:43:07.9770454Z    Compiling unicode-segmentation v1.13.3
2026-06-21T23:43:07.9830604Z    Compiling thiserror v2.0.18
2026-06-21T23:43:07.9870934Z    Compiling aws-lc-rs v1.17.0
2026-06-21T23:43:08.0930541Z    Compiling scopeguard v1.2.0
2026-06-21T23:43:08.1110796Z    Compiling chacha20 v0.10.0
2026-06-21T23:43:08.1198058Z    Compiling form_urlencoded v1.2.2
2026-06-21T23:43:08.1740756Z    Compiling indexmap v2.14.0
2026-06-21T23:43:08.2321168Z    Compiling lock_api v0.4.14
2026-06-21T23:43:08.2590975Z    Compiling untrusted v0.9.0
2026-06-21T23:43:08.3110538Z    Compiling rustls v0.23.40
2026-06-21T23:43:08.3530997Z    Compiling syn v2.0.117
2026-06-21T23:43:08.3790701Z    Compiling heck v0.5.0
2026-06-21T23:43:08.3862759Z    Compiling anyhow v1.0.102
2026-06-21T23:43:08.3938649Z    Compiling unicode-xid v0.2.6
2026-06-21T23:43:08.4082089Z    Compiling const-oid v0.10.2
2026-06-21T23:43:08.4083640Z    Compiling atomic-waker v1.1.2
2026-06-21T23:43:08.4770412Z    Compiling convert_case v0.10.0
2026-06-21T23:43:08.4801002Z    Compiling httparse v1.10.1
2026-06-21T23:43:08.5010810Z    Compiling zerocopy v0.8.50
2026-06-21T23:43:08.5209572Z    Compiling parking_lot_core v0.9.12
2026-06-21T23:43:08.5480305Z    Compiling paste v1.0.15
2026-06-21T23:43:08.6270859Z    Compiling jobserver v0.1.34
2026-06-21T23:43:08.6581290Z    Compiling hybrid-array v0.4.12
2026-06-21T23:43:08.6750858Z    Compiling num-traits v0.2.19
2026-06-21T23:43:08.7127616Z    Compiling curve25519-dalek v4.1.3
2026-06-21T23:43:08.7540669Z    Compiling ahash v0.8.12
2026-06-21T23:43:08.8343791Z    Compiling powerfmt v0.2.0
2026-06-21T23:43:08.8543577Z    Compiling either v1.16.0
2026-06-21T23:43:08.8860528Z    Compiling fastrand v2.4.1
2026-06-21T23:43:08.9492621Z    Compiling cc v1.2.63
2026-06-21T23:43:08.9531095Z    Compiling base64ct v1.8.3
2026-06-21T23:43:08.9881780Z    Compiling http-body v1.0.1
2026-06-21T23:43:09.0479922Z    Compiling crypto-common v0.1.7
2026-06-21T23:43:09.1069985Z    Compiling block-buffer v0.10.4
2026-06-21T23:43:09.1172171Z    Compiling deranged v0.5.8
2026-06-21T23:43:09.2240854Z    Compiling digest v0.10.7
2026-06-21T23:43:09.2370596Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T23:43:09.2524655Z    Compiling time-core v0.1.8
2026-06-21T23:43:09.2960552Z    Compiling base64 v0.22.1
2026-06-21T23:43:09.3908698Z    Compiling try-lock v0.2.5
2026-06-21T23:43:09.4139528Z    Compiling tinyvec_macros v0.1.1
2026-06-21T23:43:09.4415122Z    Compiling vcpkg v0.2.15
2026-06-21T23:43:09.4732179Z    Compiling pkg-config v0.3.33
2026-06-21T23:43:09.4760585Z    Compiling data-encoding v2.11.0
2026-06-21T23:43:09.4864781Z    Compiling tower-service v0.3.3
2026-06-21T23:43:09.4920698Z    Compiling zmij v1.0.21
2026-06-21T23:43:09.5633352Z    Compiling num-conv v0.2.2
2026-06-21T23:43:09.5800490Z    Compiling tinyvec v1.11.0
2026-06-21T23:43:09.6940787Z    Compiling mio v1.2.1
2026-06-21T23:43:09.7191024Z    Compiling socket2 v0.6.4
2026-06-21T23:43:09.7213394Z    Compiling getrandom v0.2.17
2026-06-21T23:43:09.7586936Z    Compiling sha2 v0.10.9
2026-06-21T23:43:09.7773677Z    Compiling want v0.3.1
2026-06-21T23:43:09.9407407Z    Compiling rand v0.10.1
2026-06-21T23:43:09.9929273Z    Compiling rand_core v0.6.4
2026-06-21T23:43:10.1520525Z    Compiling parking_lot v0.12.5
2026-06-21T23:43:10.1598238Z    Compiling crypto-common v0.2.2
2026-06-21T23:43:10.1856915Z    Compiling block-buffer v0.12.0
2026-06-21T23:43:10.2040783Z    Compiling inout v0.1.4
2026-06-21T23:43:10.3210534Z    Compiling cmake v0.1.58
2026-06-21T23:43:10.3311634Z    Compiling vergen-lib v9.1.0
2026-06-21T23:43:10.3312954Z    Compiling n0-future v0.3.2
2026-06-21T23:43:10.3567158Z    Compiling winnow v1.0.3
2026-06-21T23:43:10.3773228Z    Compiling serde_json v1.0.150
2026-06-21T23:43:10.4863274Z    Compiling diatomic-waker v0.2.3
2026-06-21T23:43:10.5061217Z    Compiling cordyceps v0.3.4
2026-06-21T23:43:10.5275040Z    Compiling httpdate v1.0.3
2026-06-21T23:43:10.5862566Z    Compiling spin v0.10.0
2026-06-21T23:43:10.6120613Z    Compiling crossbeam-utils v0.8.21
2026-06-21T23:43:10.6991385Z    Compiling signature v2.2.0
2026-06-21T23:43:10.7100126Z    Compiling parking v2.2.1
2026-06-21T23:43:10.7580871Z    Compiling cipher v0.4.4
2026-06-21T23:43:10.7846887Z    Compiling ed25519 v2.2.3
2026-06-21T23:43:10.8150804Z    Compiling futures-buffered v0.2.13
2026-06-21T23:43:10.8341289Z    Compiling netlink-packet-core v0.8.1
2026-06-21T23:43:10.8547285Z    Compiling futures-lite v2.6.1
2026-06-21T23:43:10.8890896Z    Compiling universal-hash v0.5.1
2026-06-21T23:43:10.9127813Z    Compiling vergen-lib v0.1.6
2026-06-21T23:43:10.9290665Z    Compiling vergen v9.1.0
2026-06-21T23:43:10.9960819Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T23:43:11.0070722Z    Compiling heapless v0.7.17
2026-06-21T23:43:11.0343618Z    Compiling noq-udp v0.10.0
2026-06-21T23:43:11.0348326Z    Compiling sync_wrapper v1.0.2
2026-06-21T23:43:11.0501212Z    Compiling opaque-debug v0.3.1
2026-06-21T23:43:11.1091709Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T23:43:11.1157293Z    Compiling byteorder v1.5.0
2026-06-21T23:43:11.1210728Z    Compiling digest v0.11.3
2026-06-21T23:43:11.1280491Z    Compiling allocator-api2 v0.2.21
2026-06-21T23:43:11.1947275Z    Compiling polyval v0.6.2
2026-06-21T23:43:11.2894477Z    Compiling spin v0.9.8
2026-06-21T23:43:11.3000489Z    Compiling vergen-gitcl v1.0.8
2026-06-21T23:43:11.3120037Z    Compiling hash32 v0.2.1
2026-06-21T23:43:11.3787693Z    Compiling tower-layer v0.3.3
2026-06-21T23:43:11.4041089Z    Compiling aws-lc-sys v0.41.0
2026-06-21T23:43:11.4170440Z    Compiling ring v0.17.14
2026-06-21T23:43:11.4601569Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T23:43:11.4931686Z    Compiling ryu v1.0.23
2026-06-21T23:43:11.5350643Z    Compiling fallible-iterator v0.3.0
2026-06-21T23:43:11.5420322Z    Compiling num_threads v0.1.7
2026-06-21T23:43:11.5918246Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T23:43:11.6057175Z    Compiling signature v3.0.0
2026-06-21T23:43:11.6770599Z    Compiling time v0.3.47
2026-06-21T23:43:11.7199995Z    Compiling ghash v0.5.1
2026-06-21T23:43:11.7310564Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T23:43:11.7440754Z    Compiling ctr v0.9.2
2026-06-21T23:43:11.7781970Z    Compiling aes v0.8.4
2026-06-21T23:43:11.8600814Z    Compiling fs2 v0.4.3
2026-06-21T23:43:11.9471846Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T23:43:11.9631022Z    Compiling aead v0.5.2
2026-06-21T23:43:11.9874108Z    Compiling http-body-util v0.1.3
2026-06-21T23:43:12.0150812Z    Compiling openssl-probe v0.2.1
2026-06-21T23:43:12.0480606Z    Compiling crossbeam-channel v0.5.15
2026-06-21T23:43:12.1181039Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T23:43:12.1320640Z    Compiling blake3 v1.8.5
2026-06-21T23:43:12.2017704Z    Compiling netlink-packet-route v0.29.0
2026-06-21T23:43:12.2110613Z    Compiling uuid v1.23.2
2026-06-21T23:43:12.3221118Z    Compiling memoffset v0.6.5
2026-06-21T23:43:12.4510688Z    Compiling aes-gcm v0.10.3
2026-06-21T23:43:12.5251047Z    Compiling acto v0.8.2
2026-06-21T23:43:12.5957839Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T23:43:12.6660834Z    Compiling netwatch v0.16.0
2026-06-21T23:43:12.6821034Z    Compiling noq v0.18.0
2026-06-21T23:43:12.6930624Z    Compiling mac-addr v0.3.0
2026-06-21T23:43:12.7110345Z    Compiling xml-rs v0.8.28
2026-06-21T23:43:12.7550791Z    Compiling tagptr v0.2.0
2026-06-21T23:43:12.8691024Z    Compiling ref-cast v1.0.25
2026-06-21T23:43:12.8940994Z    Compiling foldhash v0.2.0
2026-06-21T23:43:12.9040684Z    Compiling identity-hash v0.1.0
2026-06-21T23:43:12.9201639Z    Compiling thiserror v1.0.69
2026-06-21T23:43:12.9310718Z    Compiling rustix v1.1.4
2026-06-21T23:43:12.9900651Z    Compiling rustc-hash v2.1.2
2026-06-21T23:43:13.0730899Z    Compiling lru-slab v0.1.2
2026-06-21T23:43:13.0976917Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T23:43:13.1980976Z    Compiling hashbrown v0.16.1
2026-06-21T23:43:13.2977770Z    Compiling netlink-packet-route v0.30.0
2026-06-21T23:43:13.3457822Z    Compiling serial-core v0.4.0
2026-06-21T23:43:13.3654821Z    Compiling ioctl-rs v0.1.6
2026-06-21T23:43:13.4601165Z    Compiling synstructure v0.13.2
2026-06-21T23:43:13.4675105Z    Compiling darling_core v0.20.11
2026-06-21T23:43:13.5152668Z    Compiling proc-macro-crate v3.5.0
2026-06-21T23:43:13.8805275Z    Compiling xmltree v0.10.3
2026-06-21T23:43:13.9480386Z    Compiling serde_derive_internals v0.29.1
2026-06-21T23:43:13.9911765Z    Compiling termios v0.2.2
2026-06-21T23:43:14.0290725Z    Compiling errno v0.3.14
2026-06-21T23:43:14.0690881Z    Compiling aho-corasick v1.1.4
2026-06-21T23:43:14.0790573Z    Compiling simple-dns v0.9.3
2026-06-21T23:43:14.1024122Z    Compiling simdutf8 v0.1.5
2026-06-21T23:43:14.1144416Z    Compiling winnow v0.7.15
2026-06-21T23:43:14.1453014Z    Compiling constant_time_eq v0.4.2
2026-06-21T23:43:14.1891070Z    Compiling smol_str v0.1.24
2026-06-21T23:43:14.2410543Z    Compiling resolv-conf v0.7.6
2026-06-21T23:43:14.3524224Z    Compiling linux-raw-sys v0.12.1
2026-06-21T23:43:14.3990672Z    Compiling arrayvec v0.7.6
2026-06-21T23:43:14.4088738Z    Compiling signal-hook v0.3.18
2026-06-21T23:43:14.4580658Z    Compiling sha1_smol v1.0.1
2026-06-21T23:43:14.5718921Z    Compiling arrayref v0.3.9
2026-06-21T23:43:14.6150937Z    Compiling toml_write v0.1.2
2026-06-21T23:43:14.6510436Z    Compiling regex-syntax v0.8.10
2026-06-21T23:43:14.7597287Z    Compiling signal-hook-registry v1.4.8
2026-06-21T23:43:14.8230576Z    Compiling serial-unix v0.4.0
2026-06-21T23:43:15.0304547Z    Compiling lru v0.16.4
2026-06-21T23:43:15.1170112Z    Compiling darling_core v0.23.0
2026-06-21T23:43:15.1825846Z    Compiling serde_bytes v0.11.19
2026-06-21T23:43:15.2065029Z    Compiling seize v0.5.1
2026-06-21T23:43:15.3050672Z    Compiling serde_derive v1.0.228
2026-06-21T23:43:15.3986760Z    Compiling zeroize_derive v1.4.3
2026-06-21T23:43:15.4770693Z    Compiling tokio-macros v2.7.0
2026-06-21T23:43:15.7329095Z    Compiling futures-macro v0.3.32
2026-06-21T23:43:15.9950808Z    Compiling zeroize v1.8.2
2026-06-21T23:43:16.2046665Z    Compiling zerofrom-derive v0.1.7
2026-06-21T23:43:16.2230793Z    Compiling tokio v1.52.3
2026-06-21T23:43:16.5788467Z    Compiling futures-util v0.3.32
2026-06-21T23:43:16.6590690Z    Compiling yoke-derive v0.8.2
2026-06-21T23:43:16.7349748Z    Compiling zerovec-derive v0.11.3
2026-06-21T23:43:16.7840882Z    Compiling displaydoc v0.2.6
2026-06-21T23:43:17.4251114Z    Compiling tracing-attributes v0.1.31
2026-06-21T23:43:17.5853389Z    Compiling rustls-pki-types v1.14.1
2026-06-21T23:43:17.6055806Z    Compiling thiserror-impl v2.0.18
2026-06-21T23:43:17.6181998Z    Compiling zerofrom v0.1.8
2026-06-21T23:43:17.7260750Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T23:43:17.9770121Z    Compiling yoke v0.8.3
2026-06-21T23:43:18.2050959Z    Compiling zerovec v0.11.6
2026-06-21T23:43:18.3429505Z    Compiling zerotrie v0.2.4
2026-06-21T23:43:18.3971108Z    Compiling darling_macro v0.20.11
2026-06-21T23:43:18.4171168Z    Compiling derive_more-impl v2.1.1
2026-06-21T23:43:18.7262575Z    Compiling darling v0.20.11
2026-06-21T23:43:18.7440064Z    Compiling spez v0.1.2
2026-06-21T23:43:18.7780580Z    Compiling n0-error-macros v0.1.3
2026-06-21T23:43:18.7915470Z    Compiling derive_builder_core v0.20.2
2026-06-21T23:43:18.9984274Z    Compiling tinystr v0.8.3
2026-06-21T23:43:19.1180608Z    Compiling potential_utf v0.1.5
2026-06-21T23:43:19.2400693Z    Compiling icu_locale_core v2.2.0
2026-06-21T23:43:19.2500602Z    Compiling icu_collections v2.2.0
2026-06-21T23:43:19.2887916Z    Compiling der v0.8.0-rc.10
2026-06-21T23:43:19.5651567Z    Compiling pin-project-internal v1.1.13
2026-06-21T23:43:19.8951105Z    Compiling n0-error v0.1.3
2026-06-21T23:43:20.0260279Z    Compiling cobs v0.3.0
2026-06-21T23:43:20.1070761Z    Compiling derive_builder_macro v0.20.2
2026-06-21T23:43:20.2770639Z    Compiling postcard-derive v0.2.2
2026-06-21T23:43:20.3224959Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T23:43:20.3980629Z    Compiling derive_builder v0.20.2
2026-06-21T23:43:20.5110642Z    Compiling icu_provider v2.2.0
2026-06-21T23:43:20.7935769Z    Compiling ipnet v2.12.0
2026-06-21T23:43:20.8724028Z    Compiling icu_normalizer v2.2.0
2026-06-21T23:43:20.9250504Z    Compiling icu_properties v2.2.0
2026-06-21T23:43:21.0221823Z    Compiling pin-project v1.1.13
2026-06-21T23:43:21.0360739Z    Compiling spki v0.8.0-rc.4
2026-06-21T23:43:21.0929423Z    Compiling futures-executor v0.3.32
2026-06-21T23:43:21.1421608Z    Compiling ed25519-dalek v2.2.0
2026-06-21T23:43:21.2120621Z    Compiling prefix-trie v0.8.4
2026-06-21T23:43:21.2436767Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T23:43:21.4238579Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T23:43:21.4601382Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T23:43:21.4891065Z    Compiling futures v0.3.32
2026-06-21T23:43:21.5720842Z    Compiling once_cell v1.21.4
2026-06-21T23:43:21.7100688Z    Compiling data-encoding-macro v0.1.20
2026-06-21T23:43:21.7283121Z    Compiling rustls-native-certs v0.8.4
2026-06-21T23:43:21.7810959Z    Compiling tracing-core v0.1.36
2026-06-21T23:43:21.9990614Z    Compiling hashbrown v0.14.5
2026-06-21T23:43:22.0360648Z    Compiling strum_macros v0.28.0
2026-06-21T23:43:22.0481272Z    Compiling num_enum_derive v0.7.6
2026-06-21T23:43:22.1587586Z    Compiling tokio-util v0.7.18
2026-06-21T23:43:22.3890169Z    Compiling tracing v0.1.44
2026-06-21T23:43:22.6190974Z    Compiling idna_adapter v1.2.2
2026-06-21T23:43:22.7110627Z    Compiling idna v1.1.0
2026-06-21T23:43:22.7728766Z    Compiling hashlink v0.9.1
2026-06-21T23:43:22.7852863Z    Compiling netlink-sys v0.8.8
2026-06-21T23:43:22.7967187Z    Compiling postcard v1.1.3
2026-06-21T23:43:22.8824954Z    Compiling tower v0.5.3
2026-06-21T23:43:22.9607779Z    Compiling derive_more v2.1.1
2026-06-21T23:43:22.9697891Z    Compiling enum-assoc v1.3.0
2026-06-21T23:43:23.0961769Z    Compiling async-trait v0.1.89
2026-06-21T23:43:23.1550751Z    Compiling url v2.5.8
2026-06-21T23:43:23.1680593Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T23:43:23.1840851Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T23:43:23.2760901Z    Compiling h2 v0.4.14
2026-06-21T23:43:23.3450621Z    Compiling rusqlite v0.32.1
2026-06-21T23:43:23.4368510Z    Compiling n0-watcher v0.6.1
2026-06-21T23:43:23.5981014Z    Compiling tokio-stream v0.1.18
2026-06-21T23:43:23.6051322Z    Compiling iroh-metrics v0.38.3
2026-06-21T23:43:23.6728385Z    Compiling num_enum v0.7.6
2026-06-21T23:43:23.7060837Z    Compiling netdev v0.42.0
2026-06-21T23:43:23.7790371Z    Compiling netlink-proto v0.12.0
2026-06-21T23:43:23.7871208Z    Compiling iroh-relay v0.98.0
2026-06-21T23:43:23.7896029Z    Compiling moka v0.12.15
2026-06-21T23:43:23.8110703Z    Compiling serde_spanned v0.6.9
2026-06-21T23:43:23.9420826Z    Compiling toml_datetime v0.6.11
2026-06-21T23:43:23.9530525Z    Compiling thiserror-impl v1.0.69
2026-06-21T23:43:24.0184276Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T23:43:24.0587549Z    Compiling iroh-base v0.98.0
2026-06-21T23:43:24.1120560Z    Compiling attohttpc v0.30.1
2026-06-21T23:43:24.2691317Z    Compiling tower-http v0.6.11
2026-06-21T23:43:24.3230738Z    Compiling ref-cast-impl v1.0.25
2026-06-21T23:43:24.6128163Z    Compiling toml_edit v0.22.27
2026-06-21T23:43:24.8291123Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T23:43:24.9930832Z    Compiling webpki-roots v1.0.7
2026-06-21T23:43:25.0237911Z    Compiling regex-automata v0.4.14
2026-06-21T23:43:25.0510869Z    Compiling strum v0.28.0
2026-06-21T23:43:25.0559439Z    Compiling schemars_derive v1.2.1
2026-06-21T23:43:25.1240717Z    Compiling hmac v0.12.1
2026-06-21T23:43:25.1487899Z    Compiling iroh-dns v0.98.0
2026-06-21T23:43:25.2515701Z    Compiling iroh v0.98.2
2026-06-21T23:43:25.4130739Z    Compiling dyn-clone v1.0.20
2026-06-21T23:43:25.4980473Z    Compiling pin-utils v0.1.0
2026-06-21T23:43:25.5521835Z    Compiling cmov v0.5.4
2026-06-21T23:43:25.5890815Z    Compiling bitflags v1.3.2
2026-06-21T23:43:25.5891564Z    Compiling utf8parse v0.2.2
2026-06-21T23:43:25.6550089Z    Compiling rustix v0.38.44
2026-06-21T23:43:25.6770525Z    Compiling anstyle-parse v1.0.0
2026-06-21T23:43:25.7389649Z    Compiling filedescriptor v0.8.3
2026-06-21T23:43:25.7433016Z    Compiling nix v0.25.1
2026-06-21T23:43:25.7707348Z    Compiling hkdf v0.12.4
2026-06-21T23:43:25.8451996Z    Compiling ctutils v0.4.2
2026-06-21T23:43:25.8830198Z    Compiling backon v1.6.0
2026-06-21T23:43:25.9310699Z    Compiling darling_macro v0.23.0
2026-06-21T23:43:26.0101075Z    Compiling papaya v0.2.4
2026-06-21T23:43:26.0984292Z    Compiling serial v0.4.0
2026-06-21T23:43:26.1051226Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T23:43:26.1261340Z    Compiling shell-words v1.1.1
2026-06-21T23:43:26.1770768Z    Compiling anstyle-query v1.1.5
2026-06-21T23:43:26.1810726Z    Compiling linux-raw-sys v0.4.15
2026-06-21T23:43:26.1970884Z    Compiling instability v0.3.12
2026-06-21T23:43:26.2889669Z    Compiling foldhash v0.1.5
2026-06-21T23:43:26.2920461Z    Compiling colorchoice v1.0.5
2026-06-21T23:43:26.3080685Z    Compiling downcast-rs v1.2.1
2026-06-21T23:43:26.3700878Z    Compiling anstyle v1.0.14
2026-06-21T23:43:26.3932612Z    Compiling signal-hook-mio v0.2.5
2026-06-21T23:43:26.4176827Z    Compiling darling v0.23.0
2026-06-21T23:43:26.4806199Z    Compiling hashbrown v0.15.5
2026-06-21T23:43:26.4901297Z    Compiling spake2 v0.4.0
2026-06-21T23:43:26.4994732Z    Compiling terminal_size v0.4.4
2026-06-21T23:43:26.5169973Z    Compiling strum_macros v0.26.4
2026-06-21T23:43:26.5921543Z    Compiling sha1 v0.10.6
2026-06-21T23:43:26.6574953Z    Compiling anstream v1.0.0
2026-06-21T23:43:26.6821369Z    Compiling itertools v0.13.0
2026-06-21T23:43:26.8460604Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T23:43:26.8986304Z    Compiling castaway v0.2.4
2026-06-21T23:43:27.0418351Z    Compiling doctest-file v1.1.1
2026-06-21T23:43:27.0831410Z    Compiling static_assertions v1.1.0
2026-06-21T23:43:27.1430937Z    Compiling unicode-width v0.1.14
2026-06-21T23:43:27.1751091Z    Compiling schemars v1.2.1
2026-06-21T23:43:27.2421667Z    Compiling toml v0.8.23
2026-06-21T23:43:27.4760566Z    Compiling clap_lex v1.1.0
2026-06-21T23:43:27.5410192Z    Compiling indoc v2.0.7
2026-06-21T23:43:27.8040932Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T23:43:27.9731076Z    Compiling regex v1.12.3
2026-06-21T23:43:28.3120646Z    Compiling clap_builder v4.6.0
2026-06-21T23:43:28.6634682Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T23:43:28.6693409Z    Compiling unicode-truncate v1.1.0
2026-06-21T23:43:28.6772893Z    Compiling crossterm v0.28.1
2026-06-21T23:43:28.7167947Z    Compiling interprocess v2.4.2
2026-06-21T23:43:28.8102713Z    Compiling lru v0.12.5
2026-06-21T23:43:29.0060718Z    Compiling hyper v1.10.1
2026-06-21T23:43:29.0300611Z    Compiling strum v0.26.3
2026-06-21T23:43:29.1376477Z    Compiling compact_str v0.8.2
2026-06-21T23:43:29.3310500Z    Compiling clap_derive v4.6.1
2026-06-21T23:43:29.5810448Z    Compiling cassowary v0.3.0
2026-06-21T23:43:29.6160499Z    Compiling unicode-width v0.2.0
2026-06-21T23:43:29.6961152Z    Compiling iana-time-zone v0.1.65
2026-06-21T23:43:29.9530914Z    Compiling ratatui v0.29.0
2026-06-21T23:43:30.0279904Z    Compiling chrono v0.4.45
2026-06-21T23:43:30.1633062Z    Compiling portable-pty v0.8.1
2026-06-21T23:43:30.2500649Z    Compiling nucleo-matcher v0.3.1
2026-06-21T23:43:30.3756299Z    Compiling qrcode v0.14.1
2026-06-21T23:43:30.4505178Z    Compiling tempfile v3.27.0
2026-06-21T23:43:31.0000668Z    Compiling hyper-util v0.1.20
2026-06-21T23:43:31.1365136Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T23:43:31.5621035Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T23:43:31.7207262Z    Compiling clap v4.6.1
2026-06-21T23:43:32.9379439Z    Compiling igd-next v0.17.1
2026-06-21T23:43:34.0966282Z    Compiling portmapper v0.16.0
2026-06-21T23:43:38.8074995Z    Compiling rustls-webpki v0.103.13
2026-06-21T23:43:41.1976307Z    Compiling tokio-rustls v0.26.4
2026-06-21T23:43:41.1977304Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T23:43:41.1977842Z    Compiling noq-proto v0.17.0
2026-06-21T23:43:41.3538809Z    Compiling hyper-rustls v0.27.9
2026-06-21T23:43:41.3539538Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T23:43:41.3539929Z    Compiling tokio-websockets v0.13.2
2026-06-21T23:43:41.4862802Z    Compiling reqwest v0.13.4
2026-06-21T23:43:42.4139232Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T23:43:56.3724292Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T23:43:57.7278458Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T23:44:04.8439718Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T23:44:08.4700863Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T23:44:08.4923925Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T23:44:08.4935752Z 
2026-06-21T23:44:08.4936053Z running 1 test
2026-06-21T23:44:14.6846832Z test new_brain_serves_against_old_broker ... ok
2026-06-21T23:44:14.6848837Z 
2026-06-21T23:44:14.6849781Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T23:44:14.6850186Z 
2026-06-21T23:44:14.7111280Z Post job cleanup.
2026-06-21T23:44:14.7787463Z [command]/usr/bin/git version
2026-06-21T23:44:14.7818026Z git version 2.43.0
2026-06-21T23:44:14.7848047Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/288f6e86-73e3-4a40-aa88-5237bffd0d33' before making global git config changes
2026-06-21T23:44:14.7848742Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T23:44:14.7851846Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T23:44:14.7902260Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T23:44:14.7931078Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T23:44:14.8128111Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T23:44:14.8146660Z http.https://github.com/.extraheader
2026-06-21T23:44:14.8153462Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T23:44:14.8212497Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T23:44:14.8428530Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T23:44:14.8452179Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T23:44:14.8756558Z Cleaning up orphan processes
